func sort.intsAreSortedImpl

2 uses

	sort (current package)
		sort.go#L181: func IntsAreSorted(x []int) bool { return intsAreSortedImpl(x) }
		sort_impl_go121.go#L20: func intsAreSortedImpl(x []int) bool         { return slices.IsSorted(x) }